projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd14f4
)
Publish function gbfgetcstr.
author
oliskoli
<oliskoli>
Sun, 3 Dec 2006 21:29:21 +0000
(21:29 +0000)
committer
oliskoli
<oliskoli>
Sun, 3 Dec 2006 21:29:21 +0000
(21:29 +0000)
gbfile.h
patch
|
blob
|
history
diff --git
a/gbfile.h
b/gbfile.h
index 596e9c2c5dcd510efff9b7713d20d5c1401987d2..d2ff098cf6f2c50b1d633b3c1935f0900023fc48 100644
(file)
--- a/
gbfile.h
+++ b/
gbfile.h
@@
-81,6
+81,7
@@
double gbfgetdbl(gbfile *file); // read a double value
float gbfgetflt(gbfile *file); // read a float value
char *gbfgetstr(gbfile *file); // read until any type of line-breaks or EOF
char *gbfgetpstr(gbfile *file); // read a pascal string
+char *gbfgetcstr(gbfile *file); // read a null terminated string
int gbfputint16(const gbint16 i, gbfile *file);
#define gbfputuint16(a,b) gbfputint16((gbuint16)(a),(b))